home *** CD-ROM | disk | FTP | other *** search
- PROJECT: Click! Filer
- MODULE: clkimp.h
- DESCRIPTION: DLL import prototypes
-
- /* You may use the CLIK.DLL easily... use only for your use through. DO not
- use this DLL in a commercial application, Do not remove this text fromt
- the include file and always distribute FREEWARE copies of Click! FIler
- with all files in the ARC */
- /* Link using the IMPLIB clik.lib */
- /* Link using the INCLUDE clkexp.h, this file */
-
- /* ClickIn: call me to init the DLL... HWND is the Parent App's Main Window
- * handle and HANDLE is the Calling App's hInstance */
-
- int FAR PASCAL ClickIn( HWND, HANDLE );
-
- /* ClickOut: call me on exiting your application */
-
- int FAR PASCAL ClickOut( void );
-
- /* DoClick: call this to call click dialog, HWND is parent App Window */
-
- int FAR PASCAL DoClick( HWND );
-